From a67e33e481939cce245c22512dcee262378dc2ae Mon Sep 17 00:00:00 2001 From: Noah Friedman Date: Sun, 29 Sep 2002 18:37:43 +0000 Subject: [PATCH] (read-key): Use read-key-auxiliary-map, not read-key-aux-map. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 8c7212e5ef1..17d47e2d1b1 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1071,7 +1071,7 @@ Legitimate radix values are 8, 10 and 16." "Read a key from the keyboard. Contrary to `read-event' this will not return a raw event but will obey `function-key-map' and `key-translation-map' instead." - (let ((overriding-terminal-local-map read-key-aux-map)) + (let ((overriding-terminal-local-map read-key-auxiliary-map)) (aref (read-key-sequence prompt nil t) 0))) (defun read-quoted-char (&optional prompt) -- 2.30.2